golang.org/x/net/trace.histogram.sum (field)
12 uses
golang.org/x/net/trace (current package)
histogram.go#L28: sum int64 // running total of measurements
histogram.go#L38: h.sum += value
histogram.go#L100: return float64(h.sum) / float64(t)
histogram.go#L109: s := float64(h.sum) / t
histogram.go#L189: h.sum += o.sum
histogram.go#L197: h.sum = 0
histogram.go#L208: h.sum = o.sum
histogram.go#L223: h.sum = int64(float64(h.sum) * ratio)
histogram.go#L236: h.sum, h.sumOfSquares, h.value, h.valueCount, h.buckets)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)